home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
By Popular Request 2.0
/
By Popular Request 2.0 (Arsenal Computer).ISO
/
amiga_2
/
cnttlkt2.lha
/
Routines
/
LOG
< prev
next >
Wrap
Text File
|
1994-12-13
|
159b
|
4 lines
LOG: procedure;parse arg n,t,a;if Arg()=2 then a='SysData:Log/';n=a||n
call open(f9,n,substr('wa',exists(n)+1,1));call writeln(f9,t)
call close(f9);return